Import libxen-src-0.4.3-2.tar.bz2.
authorewan@linford.intra <ewan@linford.intra>
Sat, 7 Oct 2006 17:22:09 +0000 (18:22 +0100)
committerewan@linford.intra <ewan@linford.intra>
Sat, 7 Oct 2006 17:22:09 +0000 (18:22 +0100)
commit273a416d0390837723afa57b320b6e7085e3dc0e
treea29891674aa1253d91f330aeb5d00491f5d14131
parent7d5ba9b43007bd4c514c81d6310976a5a7f9b3d6
Import libxen-src-0.4.3-2.tar.bz2.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
62 files changed:
tools/libxen/COPYING [new file with mode: 0644]
tools/libxen/Makefile [new file with mode: 0644]
tools/libxen/README [new file with mode: 0644]
tools/libxen/include/xen_boot_type.h [new file with mode: 0644]
tools/libxen/include/xen_boot_type_internal.h [new file with mode: 0644]
tools/libxen/include/xen_common.h [new file with mode: 0644]
tools/libxen/include/xen_cpu_feature.h [new file with mode: 0644]
tools/libxen/include/xen_cpu_feature_internal.h [new file with mode: 0644]
tools/libxen/include/xen_driver_type.h [new file with mode: 0644]
tools/libxen/include/xen_driver_type_internal.h [new file with mode: 0644]
tools/libxen/include/xen_host.h [new file with mode: 0644]
tools/libxen/include/xen_host_cpu.h [new file with mode: 0644]
tools/libxen/include/xen_host_cpu_decl.h [new file with mode: 0644]
tools/libxen/include/xen_host_decl.h [new file with mode: 0644]
tools/libxen/include/xen_int_float_map.h [new file with mode: 0644]
tools/libxen/include/xen_internal.h [new file with mode: 0644]
tools/libxen/include/xen_network.h [new file with mode: 0644]
tools/libxen/include/xen_network_decl.h [new file with mode: 0644]
tools/libxen/include/xen_on_crash_behaviour.h [new file with mode: 0644]
tools/libxen/include/xen_on_crash_behaviour_internal.h [new file with mode: 0644]
tools/libxen/include/xen_on_normal_exit.h [new file with mode: 0644]
tools/libxen/include/xen_on_normal_exit_internal.h [new file with mode: 0644]
tools/libxen/include/xen_sr.h [new file with mode: 0644]
tools/libxen/include/xen_sr_decl.h [new file with mode: 0644]
tools/libxen/include/xen_string_string_map.h [new file with mode: 0644]
tools/libxen/include/xen_user.h [new file with mode: 0644]
tools/libxen/include/xen_user_decl.h [new file with mode: 0644]
tools/libxen/include/xen_vbd.h [new file with mode: 0644]
tools/libxen/include/xen_vbd_decl.h [new file with mode: 0644]
tools/libxen/include/xen_vbd_mode.h [new file with mode: 0644]
tools/libxen/include/xen_vbd_mode_internal.h [new file with mode: 0644]
tools/libxen/include/xen_vdi.h [new file with mode: 0644]
tools/libxen/include/xen_vdi_decl.h [new file with mode: 0644]
tools/libxen/include/xen_vdi_type.h [new file with mode: 0644]
tools/libxen/include/xen_vdi_type_internal.h [new file with mode: 0644]
tools/libxen/include/xen_vif.h [new file with mode: 0644]
tools/libxen/include/xen_vif_decl.h [new file with mode: 0644]
tools/libxen/include/xen_vm.h [new file with mode: 0644]
tools/libxen/include/xen_vm_decl.h [new file with mode: 0644]
tools/libxen/include/xen_vm_power_state.h [new file with mode: 0644]
tools/libxen/include/xen_vm_power_state_internal.h [new file with mode: 0644]
tools/libxen/src/xen_boot_type.c [new file with mode: 0644]
tools/libxen/src/xen_common.c [new file with mode: 0644]
tools/libxen/src/xen_cpu_feature.c [new file with mode: 0644]
tools/libxen/src/xen_driver_type.c [new file with mode: 0644]
tools/libxen/src/xen_host.c [new file with mode: 0644]
tools/libxen/src/xen_host_cpu.c [new file with mode: 0644]
tools/libxen/src/xen_int_float_map.c [new file with mode: 0644]
tools/libxen/src/xen_network.c [new file with mode: 0644]
tools/libxen/src/xen_on_crash_behaviour.c [new file with mode: 0644]
tools/libxen/src/xen_on_normal_exit.c [new file with mode: 0644]
tools/libxen/src/xen_sr.c [new file with mode: 0644]
tools/libxen/src/xen_string_string_map.c [new file with mode: 0644]
tools/libxen/src/xen_user.c [new file with mode: 0644]
tools/libxen/src/xen_vbd.c [new file with mode: 0644]
tools/libxen/src/xen_vbd_mode.c [new file with mode: 0644]
tools/libxen/src/xen_vdi.c [new file with mode: 0644]
tools/libxen/src/xen_vdi_type.c [new file with mode: 0644]
tools/libxen/src/xen_vif.c [new file with mode: 0644]
tools/libxen/src/xen_vm.c [new file with mode: 0644]
tools/libxen/src/xen_vm_power_state.c [new file with mode: 0644]
tools/libxen/test/test_bindings.c [new file with mode: 0644]